home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / etmusc.zip / README.DOC < prev   
Text File  |  1991-07-28  |  5KB  |  131 lines

  1.  
  2.                ETM Version 1.2 for the USC family of devices
  3.                =============================================
  4.  
  5.                                   Copyright 1990,1991 Zilog Inc.
  6.   
  7.                                        210 Hacienda Ave.
  8.                                        Campbell, CA 95008
  9.                                        Tel (408) 370-8113
  10.                                        Fax (408) 370-8056
  11.                                        BBS (408) 370-8024
  12.  
  13.  
  14. Files on this disk
  15. ------------------
  16. - README: you are reading it.
  17. - *.EXE and *.LST: the ETM executable programs, and 
  18.                    field and register list files:
  19.  
  20.          - ETMUSC.EXE    /.LST for the USC  (Z16C30)
  21.          - ETMMUSC.EXE   /.LST for the MUSC (Z16C33)
  22.          - ETMIUSC.EXE   /.LST for the IUSC (Z16C31)
  23.  
  24.  
  25. Version 1.2 release notes
  26. -------------------------
  27. 1. The Help menu displays three more options than are described in the 
  28.   user's guide:
  29.   - Editors: explains the three editors of the ETM.
  30.   - Field Types: the ETM considers four types of register fields, listed and
  31.     compared here.
  32.   - Code Generation: provides explanations on the C files generated by the
  33.     ETM.
  34.  
  35. 2. Memory requirements
  36.   The ETM dynamically allocates memory when you build an initialization
  37.   sequence and open windows.  To avoid a shortage of memory, it is advised
  38.   to work with 640k RAM with a maximum of that memory available to
  39.   executable programs.  You should remove all TSR programs (Terminate-
  40.   Stay-Resident).  
  41.  
  42. 3. Cross-references to technical documentation
  43.   The ETM provides cross-references to the technical documentation of the 
  44.   supported device.  These references are displayed on the bottom-right 
  45.   corner of the screen with the following formats:
  46.   
  47.     (TM:page number) for reference to a Technical Manual
  48.     (PS:page number) for reference to a Product Specification
  49.  
  50.   ETMUSC.EXE and ETMMUSC.EXE
  51.     reference the Z16C30/Z16C33 technical manual
  52.     
  53.   ETMIUSC.EXE
  54.     reference the Z16C30/Z16C33 technical manual
  55.     and the Z16C31 product specification  
  56.  
  57.  
  58. BBS information
  59. ---------------
  60. Zilog's Bulletin Board can be accessed at the following number
  61.  
  62.         (408) 370-8024
  63.     (2400 bds, 8 bits/no parity, 1 stop bit)
  64.  
  65. For a full access to the Bulletin Board services, you must register by
  66. returning the enclosed registration card.  Your priviledges will be updated
  67. to allow you to download next releases of the ETM.
  68.  
  69.  
  70. USC Initialization window
  71. -------------------------
  72. From the set of USC initialization variables, seven primary variables 
  73. should particularly catch your attention: 
  74.  
  75.     Configuration, Protocol, BaudRate,
  76.     TxMethod, RxMethod, TSA, Enables
  77.  
  78. If you choose to implement any of these variables, the ETM will ask you
  79. to set the secondary variables (Interfaces, Processor, ExtClockRate, 
  80. etc...) as required.
  81.  
  82. This is the complete set of initialization variables of the ETM Version 1.2.
  83.  
  84.     Configuration
  85.         Interface8            type of 8-bit interface
  86.         Interface16           type of 16-bit interface
  87.         Processor             type of processor
  88.         IntAckPin             configuration of INTACK pin
  89.     Protocol
  90.         ModemControl          modem control signals
  91.     BaudRate
  92.         ExtClockRate          external clock rate value
  93.         ExtClockPin           pin for external clock
  94.         ThisBaudRateFor       baud rate for reception or transmission
  95.         UseDPLL               sets baud rate using DPLL or not
  96.         DPLL_X                DPLL multiplier
  97.         Async_X               Asynchronous protocol special multiplier
  98.         CTR_X                 5-bit counter multiplier
  99.         BRG_X                 baud rate generator multiplier
  100.     TxMethod
  101.         StatusIntEnable       enable for status interrupts
  102.     RxMethod
  103.     TSA
  104.     Enables
  105.  
  106. The BaudRate and ExtClockRate are numerical variables.  You can select
  107. one of the proposed values or enter your own.  You can use decimal values
  108. in the following formats:
  109.  
  110.     - 9600    
  111.     - 64k or 64K     for 64,000
  112.     - 1m  or 1M      for 1,000,000
  113.  
  114. These programs are released as an engineering aid to electronic design
  115. engineers using the Zilog family of data communication products.  They may 
  116. not be altered in any way.
  117.  
  118.  
  119.                    This is the first release of Zilog's
  120.   
  121.                       ELECTRONIC TECHNICAL MANUAL
  122.  
  123.                      for the USC family of devices
  124.            To help us improve this product and its successors
  125.         please let us know your impressions, suggestions, comments.
  126.  
  127. Brady Williams - ZiLOG District Sales Manager 404-448-9370.
  128.  
  129.                                 --oOo--
  130.  
  131.